Creates a Specification that tests whether a collection is empty.
Creates a Specification that tests whether an element is a member of a collection. If the collection is empty, the predicate will be false.
Creates a Specification that tests whether a collection is not empty.
Creates a Specification that tests whether an element is not a member of a collection. If the collection is empty, the predicate will be true.